home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000414_news@newsmaster….columbia.edu _Tue Aug 25 10:23:42 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA05429
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 25 Aug 1998 10:23:41 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA23134
  7.     for kermit.misc@watsun; Tue, 25 Aug 1998 10:23:40 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsfeed.internetmci.com!203.97.37.7!newsfeed.clear.net.nz!ihug.co.nz!chris
  9. From: chris@athena.ibex.co.nz (chris burgess)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: SEND to modem (flash rom upgrade)
  12. Date: Wed, 26 Aug 1998 02:03:08 +1200
  13. Organization: -
  14. Lines: 57
  15. Message-ID: <slrn6u5h8k.qo.chris@athena.ibex.co.nz>
  16. Reply-To: chris@ibex.co.nz
  17. NNTP-Posting-Host: p20-max1.akl.ihug.co.nz
  18. X-Newsreader: slrn (0.9.4.3 UNIX)
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:9140
  20.  
  21. hi,
  22.  
  23. i have to upload a ROM file to a modem to go from flex to v.90. the process
  24. is this:
  25.  - wake up modem
  26.  - say "AT**"
  27.  - get "Download initiated"
  28.  - upload file 1 in text mode to modem
  29.  - get "Upload flash rom"
  30.  - upload file 2 in text mode to modem
  31.  
  32. i've tried to replicate the steps (instructions written for NT/mac and all
  33. clicky draggy) but it gives me "too many retries" and dies. i'm doing:
  34.  
  35. [root@corky /root]# kermit
  36.  Warning: terminal type unknown: "xterm"
  37.  Fullscreen file transfer display disabled.
  38.  Executing /etc/kermit/ckermit.ini for UNIX ...
  39.  Sorry, terminal type unknown: "xterm"
  40.  Executing /etc/kermit/ckermit.local.ini ...
  41.   Adding system dialing directory /etc/kermit/ckermit.phone ...
  42.  Good Afternoon!
  43.  C-Kermit 6.0.192, 6 Sep 96, for Linux
  44.   Copyright (C) 1985, 1996,
  45.    Trustees of Columbia University in the City of New York.
  46.  Default file-transfer mode is TEXT
  47.  Type ? or HELP for help.
  48.  C-Kermit@corky> set line /dev/ttyS1
  49.  C-Kermit@corky> set file type ascii
  50.  C-Kermit@corky> connect
  51.  Connecting to /dev/ttyS1, speed 57600.
  52.  The escape character is Ctrl-\ (ASCII 28, FS)
  53.  Type the escape character followed by C to get back,
  54.  or followed by ? to see other options.
  55.  
  56.  Download initiated ..
  57.  
  58.  (Back at corky.ibex.co.nz)
  59.  C-Kermit@corky> send /home/archives/files/hardware/rockwell/LOAD4IN1.S37 
  60.          0  100%       0      23  [OK] <- prints "S%T%T%T%T%T%T%T%T%T%T%"
  61.  Z
  62.  ?Too many retries.
  63.          0  100%       0      23  [OK]
  64.  Z
  65.  C-Kermit@corky> 
  66.  
  67. can someone point me in the right direction here, please?
  68.  
  69. cheers!
  70.  
  71. chris
  72. ==========================================================================
  73. http://garage.ibex.co.nz  -  buy, sell, trade computer equipment for free!
  74. ==========================================================================
  75.                     chris burgess  <chris@ibex.co.nz>
  76.  
  77.